(rmail-highlight): Fix specification.
authorMartin Rudalics <rudalics@gmx.at>
Thu, 31 Jan 2008 10:39:19 +0000 (10:39 +0000)
committerMartin Rudalics <rudalics@gmx.at>
Thu, 31 Jan 2008 10:39:19 +0000 (10:39 +0000)
lisp/mail/rmail.el

index e9cfc7d42168f1428f76e49347e35b263cd29619..b3a234a6210d010953f8eb70a64073170ecd04e3 100644 (file)
@@ -327,7 +327,7 @@ See also `rmail-highlight-face'."
   :group 'rmail-headers)
 
 (defface rmail-highlight
-  '((t :default highlight))
+  '((t (:inherit highlight)))
   "Face to use for highlighting the most important header fields."
   :group 'rmail-headers
   :version "22.1")